home *** CD-ROM | disk | FTP | other *** search
/ PC Media 6 / PC MEDIA CD06.iso / share / udos / lbl531 / labeler.hst < prev    next >
Encoding:
Text File  |  1995-01-01  |  4.9 KB  |  202 lines

  1.  
  2. History of revisions to LABELER
  3.  
  4.  
  5. 5.31  -  Modified to handle differences in the
  6.          way that printers handle double high
  7.          letters.  Makes the label more readable.
  8.  
  9.          Added lines field to tell how many
  10.          1/12" line feeds to do on a LOAD
  11.          button push.
  12.  
  13.  
  14. 5.30  -  Kludged support for HP DeskJet and
  15.          LaserJet printers.
  16.  
  17.  
  18. 5.21  -  Found bug in BP 7.0 concerning File
  19.          Dialog Boxes.
  20.  
  21.  
  22. 5.20  -  Compiled under Borland Pascal v 7.0
  23.  
  24.          Stabilized consistency of margins.
  25.  
  26.          Implemented hot-keys to move around in
  27.          the dialog boxes.
  28.  
  29.  
  30. 5.10  -  Added ability to supress the printing
  31.          of Volume Labels, Directories, Hidden
  32.          and System files
  33.  
  34.  
  35. 5.01  -  Modified Registration routine slightly.
  36.          If you registered version 5.00, your
  37.          serial number will no longer work.
  38.          Send us a postcard to get your new one.
  39.  
  40.  
  41. 5.00  -  Improved (ie pretty) user interface
  42.          that supports a mouse.
  43.  
  44.          Routines internal to LABELER that
  45.          allow easier installation of printers
  46.          and modification of the Label Layouts.
  47.  
  48.          Ability to print multiple copies of a
  49.          Label without using command line
  50.          options.
  51.  
  52.          LOTS more flexibility in label layout
  53.          and style.
  54.  
  55.          Comments, grouping and continuation
  56.          methods have been removed.  They
  57.          caused a great deal of confusion
  58.          and were not used by many.
  59.  
  60.          Now requires Version 3.x or higher DOS.
  61.  
  62.  
  63. 4.22  -  Some minor problems with 'some' models
  64.          of Tandy printers caused the spine section
  65.          of 3 1/2 in disk labels (wrapped) to be
  66.          misaligned.
  67.  
  68.  
  69. 4.21  -  The letter 'N' for upside down printing
  70.          was improperly coded, and took a year
  71.          to show up.  Thanks to Brad Finkenauer
  72.          for bringing the problem to light.
  73.  
  74.  
  75. 4.20  -  Move printer specific coding to
  76.          external driver file.
  77.  
  78.          Move label specifications to
  79.          external format file.
  80.  
  81.          Fixed bug that sometimes dropped last
  82.          character on name line input.
  83.  
  84.          Fixed alignment of upside-down printing.
  85.  
  86.          Mask file editor no longer truncates
  87.          the last line of the file.
  88.  
  89.          Using comments no longer forces
  90.          single columns.
  91.  
  92.          New command line switches allow printing
  93.          multiple copies of label from command
  94.          line.
  95.  
  96.          Quick VISA / Master Card registration
  97.          option.
  98.  
  99.  
  100. 4.10  -  Higher quality up-side-down printing.
  101.  
  102.  
  103. 4.00  -  Added internal editor for mask files.
  104.  
  105.          Modified mask file structure; first
  106.          line is now placed into Disk Name.
  107.  
  108.          Line inputs now allow typeover or insert.
  109.  
  110.          Preferences saved in .CFG File. Label
  111.          size, printer port, library name, drive
  112.          and continuation labels toggle are saved.
  113.  
  114.          Output can be directed to LPT1, 2 or 3.
  115.  
  116.          Version 3.03 screwed up size 1 and 2
  117.          labels.
  118.  
  119.          Sort masked entries if there are no
  120.          comments.
  121.  
  122.  
  123. 3.04  -  Fixed Sorting error; sort included
  124.          the last line of mask file.
  125.  
  126.          Update Documentation to reflect new
  127.          label size.
  128.  
  129.  
  130. 3.03  -  Added support for 2 1/2 x 15/16 labels.
  131.  
  132.  
  133. 3.02  -  Moved comment to left margin when there
  134.          is no filespec associated with it.
  135.  
  136.          Sorting routine now only sorts files
  137.          appended after the mask file has been
  138.          read in.
  139.  
  140.  
  141. 3.01  -  Fixed spacing on 2 3/4 x 2 3/4 labels.
  142.  
  143.  
  144. 3.00  -  Allowed access to all drives via drive
  145.          command (no longer have to use command
  146.          line option to get to drive Z:)
  147.  
  148.          Added Masking and Commenting abilities
  149.  
  150.          Shifted to using heap to store filespec
  151.          data to increase maximum allowed
  152.          files.
  153.  
  154.          Fixed bug in Library command inserted
  155.          by version 2.11
  156.  
  157.  
  158. 2.11  -  Cleaned up code to ease readability
  159.  
  160.  
  161. 2.10  -  Added label size 2 3/4 x 1 7/16
  162.  
  163.          Fixed bug in printing blank
  164.          2 3/4 x 2 3/4 label (printed
  165.          trash at bottom);
  166.  
  167. 2.00  -  Added printing of registration form
  168.  
  169.          Added command line parameters
  170.  
  171.          Modified edit of Name / Library fields
  172.          to use home, end, left, right, delete,
  173.          backspace and ^Y keys (delete line)
  174.  
  175.  
  176. 1.13  -  Added more characters for upside-down
  177.          printing on 2 3/4 x 2 3/4 labels
  178.  
  179.  
  180. 1.12  -  Added support for 3 1/2 drives using
  181.          2 3/4 x 1 15/16 and 2 3/4 x 2 3/4 labels
  182.  
  183.  
  184. 1.11  -  Cleaned up code (maintenance release)
  185.  
  186.  
  187. 1.10  -  Recoded in Turbo Pascal version 4.0
  188.  
  189.  
  190. 1.07  -  Fixed bug in label spacing
  191.  
  192.          Improved error handling (disk drive)
  193.  
  194.  
  195. 1.06  -  Improved error handling (printer)
  196.  
  197.  
  198. 1.05  -  First release
  199.  
  200.  
  201. 1.00  -  1.04  Prerelease (testing)
  202.